home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / _archvrs / amiga / warp_111.lzh / UnWarp.Doc < prev    next >
Text File  |  1989-11-26  |  3KB  |  104 lines

  1.  
  2.  ****************************************************************************
  3.  
  4.  
  5.                  UnWarp version 1.0 (c) 1989 SDS Software.
  6.  
  7.                              August 11, 1989
  8.  
  9.  
  10.  ****************************************************************************
  11.  
  12.  
  13.      UnWarp is a utility for unwarping .WRP archives created with the
  14.   Warp disk archiving program. UnWarp is basically equivalent to using the
  15.   function WARP WRITE with the following advantages.
  16.  
  17.      - A speed increase on an order of 3.5 to 5 times over a standard
  18.        WARP WRITE command. The decompression routines in UnWarp have
  19.        been greatly optimized for maximum efficiency.
  20.  
  21.      - The ability to unwarp to any AmigaDos device conforming to the
  22.        standard 80 tracks - 512 bytes per block - 11 blocks per track
  23.        - 2 surfaces. e.g. DF0: , DF1: , RAD: , etc...
  24.  
  25.      - Extended Virus checking of the boot blocks. UnWarp will check
  26.        the boot blocks before writing it out and inform the user whether it
  27.        has found any viruses and give you an option to automatically
  28.        install the boot blocks. UnWarp currently checks for 15 different
  29.        types of viruses - if it doesn't identify one and the boot blocks
  30.        are non-standard , it will graphically display the contents of the
  31.        boot blocks for visual inspection by the user.
  32.  
  33.      - The ability to specify a range of tracks to be unwarped.
  34.  
  35.      - Automatic disabling and enabling of disk validation before and
  36.        after writing to a disk.
  37.  
  38.  
  39.  ****************************************************************************
  40.  
  41.                   Command Line Options and Usage
  42.  
  43.   The format for issuing an Unwarp command is as follows:
  44.  
  45.      UnWarp file[.WRP],,, [TO Dev:] [LOW lowtrack] [HIGH hightrack] [NOVAL]
  46.  
  47.      File[.WRP],,, is one or more filenames with an enforced .WRP ending.
  48.  
  49.      [TO Dev:] is an option to redirect track output to a different device,
  50.      DF0: is the default.
  51.  
  52.      [LOW lowtrack] [HIGH hightrack] are options specifying a range of
  53.      tracks to be unwarped , 0 to 79 is the default.
  54.  
  55.      [NOVAL] is an option to override the automatic dis/enabling of the
  56.      disk validation procedure.
  57.  
  58.   Examples:
  59.  
  60.      UnWarp part1 part2.WRP
  61.  
  62.   This will unwarp the files part1.WRP and part2.WRP to the default DF0:
  63.  
  64.      UnWarp program TO DF1:
  65.  
  66.   This will unwarp the file program.WRP to DF1:
  67.  
  68.      UnWarp program TO RAD: LOW 40
  69.  
  70.   This will unwarp the file program.WRP to RAD: starting with track 40
  71.  
  72.      UnWarp part1 part2 TO DF2: LOW 30 HIGH 39 NOVAL
  73.  
  74.   This will unwarp the files part1.WRP and part2.WRP to DF2: , only tracks
  75.   30 to 39 and override the auto disk-validation.
  76.  
  77.  
  78.  ****************************************************************************
  79.  
  80.                               COMMENTS
  81.  
  82.      Well i guess that's about it. Hope you enjoy the program and it saves
  83.   you much time.  The Authors would like to thank the following people:
  84.  
  85.      Chris (YB) , Tony (DW) , and Jeff (JK) for testing the program.
  86.  
  87.      Barry (TN) for the Turbo C and the contributions.
  88.  
  89.      Dave (LO) for being such a nice guy even though he will never use
  90.      this program.
  91.  
  92.      Ron (LN) & Jeff (PG) for the methods of communication.
  93.  
  94.      Ted (FT) for the corn.
  95.  
  96.      Adam (BB) for the burritos.
  97.  
  98.  ****************************************************************************
  99.  
  100.      UnWarp is copyright 1989 SDS Software. All Rights Reserved.
  101.  
  102.  
  103.  
  104.